home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / t_os / wstype / source / beep.h < prev    next >
C/C++ Source or Header  |  1991-10-18  |  144b  |  12 lines

  1. /***   [beep.h]
  2. *
  3. *    For GNU C Compiler (GCC)
  4. *
  5. ***/
  6.  
  7. #include <snd.h>
  8.  
  9. int        BEP_init(void);
  10. void    BEP_on(void);
  11. int        WIND_beep(void);
  12.